home *** CD-ROM | disk | FTP | other *** search
- object FormMain: TFormMain
- Left = 2
- Top = 107
- Width = 216
- Height = 170
- Caption = 'FormMain'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 36
- Top = 24
- Width = 56
- Height = 13
- Caption = 'User Name:'
- end
- object Edit1: TEdit
- Left = 36
- Top = 40
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- OnChange = Edit1Change
- end
- object Button1: TButton
- Left = 40
- Top = 88
- Width = 117
- Height = 25
- Caption = 'Create Listening Form'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-